<?php
/* This is $var1 in comments */
$var3 = "Some string \$var4 with var escaped.";
echo $var5; echo("$foo,$bar");
// Another comment with variable $var2
?>
